home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 72 / IOPROG_72.ISO / soft / c++ / NCTDiscWriter2.exe / {app} / MS VB 6.0 Samples / TestVBAudioCDWriter / frmScan.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2002-12-05  |  1.7 KB  |  53 lines

  1. VERSION 5.00
  2. Begin VB.Form frmScan 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "Scan"
  5.    ClientHeight    =   525
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   3885
  9.    ClipControls    =   0   'False
  10.    ControlBox      =   0   'False
  11.    Enabled         =   0   'False
  12.    BeginProperty Font 
  13.       Name            =   "MS Sans Serif"
  14.       Size            =   9.75
  15.       Charset         =   204
  16.       Weight          =   400
  17.       Underline       =   0   'False
  18.       Italic          =   0   'False
  19.       Strikethrough   =   0   'False
  20.    EndProperty
  21.    LinkTopic       =   "frmScan"
  22.    MaxButton       =   0   'False
  23.    MinButton       =   0   'False
  24.    MousePointer    =   11  'Hourglass
  25.    Moveable        =   0   'False
  26.    ScaleHeight     =   525
  27.    ScaleWidth      =   3885
  28.    ShowInTaskbar   =   0   'False
  29.    StartUpPosition =   2  'CenterScreen
  30.    Begin VB.Label Label1 
  31.       Alignment       =   2  'Center
  32.       Caption         =   "Scaning IDE/SCSI buses..."
  33.       BeginProperty Font 
  34.          Name            =   "System"
  35.          Size            =   9.75
  36.          Charset         =   204
  37.          Weight          =   700
  38.          Underline       =   0   'False
  39.          Italic          =   0   'False
  40.          Strikethrough   =   0   'False
  41.       EndProperty
  42.       Height          =   495
  43.       Left            =   0
  44.       TabIndex        =   0
  45.       Top             =   90
  46.       Width           =   3885
  47.    End
  48. Attribute VB_Name = "frmScan"
  49. Attribute VB_GlobalNameSpace = False
  50. Attribute VB_Creatable = False
  51. Attribute VB_PredeclaredId = True
  52. Attribute VB_Exposed = False
  53.